Guard definition of alloca(). glib.h now handles that.
authorTor Lillqvist <tml@iki.fi>
Tue, 3 Oct 2000 21:00:49 +0000 (21:00 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 3 Oct 2000 21:00:49 +0000 (21:00 +0000)
commit69ac9451a6dac6513f1325122bdf9664040267c9
tree14a313a292919b806a3a1e51ee410da615b18407
parent74d7c9173109270ce6593f7b6dd6228dea7d47a4
Guard definition of alloca(). glib.h now handles that.

2000-10-03  Tor Lillqvist  <tml@iki.fi>

* config.h.win32: Guard definition of alloca(). glib.h now handles
that.

* gdk/gdk.def
* gtk/gtk.def: Add new entry points.

Changes just to make GTK+ build without errors on Win32. No hope
of it working in its current state, though...:

* gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
some functions from the X11 backend, just to make GTK+ build.

* gdk/makefile.mingw.in
* gtk/makefile.mingw.in: Use correct gdk_pixbuf version
number. Add new object files.

* gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
GetMessageTime to get timestamp (where on X11 uses
gdk_x11_get_server_time()).
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.win32
gdk/gdk.def
gdk/makefile.mingw.in
gdk/win32/gdkselection-win32.c
gtk/gtk.def
gtk/gtkclipboard.c
gtk/makefile.mingw.in